home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / toc.dir / 00125.ls < prev    next >
Encoding:
Text File  |  1997-01-16  |  3.1 KB  |  103 lines

  1. on checkCafe
  2.   if rollOver(20) or rollOver(10) then
  3.     puppetSprite(20, 1)
  4.     set the stretch of sprite 20 to 0
  5.     set the memberNum of sprite 20 to the number of member "SHANE ON"
  6.     updateStage()
  7.   else
  8.     set the memberNum of sprite 20 to the number of member "BLANK BOX"
  9.     updateStage()
  10.     puppetSprite(20, 0)
  11.   end if
  12.   if rollOver(21) or rollOver(11) then
  13.     puppetSprite(21, 1)
  14.     set the stretch of sprite 21 to 0
  15.     set the memberNum of sprite 21 to the number of member "COX ON"
  16.     updateStage()
  17.   else
  18.     set the memberNum of sprite 21 to the number of member "BLANK BOX"
  19.     updateStage()
  20.     puppetSprite(21, 0)
  21.   end if
  22.   if rollOver(22) or rollOver(12) then
  23.     puppetSprite(22, 1)
  24.     set the stretch of sprite 22 to 0
  25.     set the memberNum of sprite 22 to the number of member "DVD ON"
  26.     updateStage()
  27.   else
  28.     set the memberNum of sprite 22 to the number of member "BLANK BOX"
  29.     updateStage()
  30.     puppetSprite(22, 0)
  31.   end if
  32.   if rollOver(23) or rollOver(13) then
  33.     puppetSprite(23, 1)
  34.     set the stretch of sprite 23 to 0
  35.     set the memberNum of sprite 23 to the number of member "DIVA ON"
  36.     updateStage()
  37.   else
  38.     set the memberNum of sprite 23 to the number of member "BLANK BOX"
  39.     updateStage()
  40.     puppetSprite(23, 0)
  41.   end if
  42.   if rollOver(24) or rollOver(14) then
  43.     puppetSprite(24, 1)
  44.     set the stretch of sprite 24 to 0
  45.     set the memberNum of sprite 24 to the number of member "STAR ON"
  46.     updateStage()
  47.   else
  48.     set the memberNum of sprite 24 to the number of member "BLANK BOX"
  49.     updateStage()
  50.     puppetSprite(24, 0)
  51.   end if
  52.   if rollOver(25) or rollOver(15) then
  53.     puppetSprite(25, 1)
  54.     set the stretch of sprite 25 to 0
  55.     set the memberNum of sprite 25 to the number of member "DEMI ON"
  56.     updateStage()
  57.   else
  58.     set the memberNum of sprite 25 to the number of member "BLANK BOX"
  59.     updateStage()
  60.     puppetSprite(25, 0)
  61.   end if
  62.   if rollOver(26) or rollOver(16) then
  63.     puppetSprite(26, 1)
  64.     set the stretch of sprite 26 to 0
  65.     set the memberNum of sprite 26 to the number of member "JOHNNY ON"
  66.     updateStage()
  67.   else
  68.     set the memberNum of sprite 26 to the number of member "BLANK BOX"
  69.     updateStage()
  70.     puppetSprite(26, 0)
  71.   end if
  72.   if rollOver(27) or rollOver(17) then
  73.     puppetSprite(27, 1)
  74.     set the stretch of sprite 27 to 0
  75.     set the memberNum of sprite 27 to the number of member "TED ON"
  76.     updateStage()
  77.   else
  78.     set the memberNum of sprite 27 to the number of member "BLANK BOX"
  79.     updateStage()
  80.     puppetSprite(27, 0)
  81.   end if
  82.   if rollOver(28) or rollOver(18) then
  83.     puppetSprite(28, 1)
  84.     set the stretch of sprite 28 to 0
  85.     set the memberNum of sprite 28 to the number of member "ULTRA ON"
  86.     updateStage()
  87.   else
  88.     set the memberNum of sprite 28 to the number of member "BLANK BOX"
  89.     updateStage()
  90.     puppetSprite(28, 0)
  91.   end if
  92.   if rollOver(9) or rollOver(19) then
  93.     puppetSprite(9, 1)
  94.     set the stretch of sprite 9 to 0
  95.     set the memberNum of sprite 9 to the number of member "PAM ON"
  96.     updateStage()
  97.   else
  98.     set the memberNum of sprite 9 to the number of member "BLANK BOX"
  99.     updateStage()
  100.     puppetSprite(9, 0)
  101.   end if
  102. end
  103.